home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / nostalji / bbs / faq / wais.txt < prev    next >
Text File  |  1995-07-05  |  40KB  |  1,058 lines

  1. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!spool.mu.edu!howland.reston.ans.net!xlink.net!rz.uni-karlsruhe.de!nntp.gmd.de!Dortmund.Germany.EU.net!Informatik.Uni-Dortmund.DE!woodstock!pfeifer
  2. From: pfeifer
  3. Newsgroups: comp.infosystems.wais,comp.answers,news.answers
  4. Subject: freeWAIS-sf Frequently Asked Questions [FAQ] with answers
  5. Supersedes: <freeWAIS-sf-faq-1-803619729@ls6.informatik.uni-dortmund.de>
  6. Followup-To: comp.infosystems.wais
  7. Date: 6 Jul 1995 03:42:09 GMT
  8. Organization: CS Department, University of Dortmund, Germany
  9. Lines: 1036
  10. Approved: news-answers-request@MIT.EDU
  11. Distribution: world
  12. Message-ID: <freeWAIS-sf-faq-1-805002127@ls6.informatik.uni-dortmund.de>
  13. Reply-To: pfeifer@ls6.informatik.uni-dortmund.de (Ulrich Pfeifer)
  14. NNTP-Posting-Host: woodstock.informatik.uni-dortmund.de
  15. Keywords: WAIS freeWAIS freWAIS-sf
  16. X-Posting-Frequency: posted on the 6th and 20th of each month.
  17. X-Content-Currency: This FAQ changes regularly.  When a saved or printed copy
  18.    is over two weeks old, please obtain a new one. 
  19. Originator: pfeifer@woodstock
  20. Xref: senator-bedfellow.mit.edu comp.infosystems.wais:5676 comp.answers:12892 news.answers:47794
  21.  
  22. Posted-By: auto-faq 3.1.1.2
  23. Archive-name: wais-faq/freeWAIS-sf
  24. Revision: 1.7 1995/07/04 12:16:53
  25. URL: ftp://ls6-www.informatik.uni-dortmund.de/pub/wais/FAQ
  26.  
  27. 1) What is freeWAIS-sf? 
  28.   1.1) What does 'stemming' mean? 
  29.   1.2) What does 'soundex' mean? 
  30. 2) Where to get ... 
  31.   2.1) Most of the ftp accessable Stuff is mirrored on different 
  32.   2.2) Where can I get this list (freeWAIS-sf-faq) 
  33.   2.3) Where can I get the comp.infosystems.wais FAQ 
  34.   2.4) What is the current Version of freeWAIS-sf? 
  35.   2.5) Where can I get some Documentation? 
  36.   2.6) Where can I get freeWAIS-sf? 
  37.   2.7) Where can I get documentation about freeWAIS-sf? 
  38.   2.8) Where can i get examples of this $#@ format files? 
  39. 3) Is there ...? 
  40.   3.1) Is there and Emacs client for freeWAIS-sf? 
  41.   3.2) Is there an X11 client for freeWAIS-sf 
  42.   3.3) Does the X client compile with X11R6 
  43.   3.4) Is there a WWW gateway dedicated for usage with freeWAIS-sf? 
  44. 4) Can I ... 
  45.   4.1) How must a file name look like? 
  46. 5) How can I ... 
  47.   5.1) How can I index index mails? 
  48.   5.2) How can I index HTML entities? 
  49.   5.3) How can I force 'c++' to appear in the index? 
  50.   5.4) How can I index HTML files? 
  51.   5.5) How can I index my http server? 
  52.   5.6) How can I index my ftp server? 
  53. 6) Trouble ... 
  54.   6.1) waisindex dumps core when it reads more than 20 filenames from 
  55.   stdin. 
  56.   6.2) Hey, is directory-of-servers at quake.think.com down or what? 
  57.   6.3) Compilation of the ctype directory does not work! 
  58.   6.4) warning: couldn't open database.syn -translation disabled. 
  59. 7) Does freeWAIS-sf run on .... 
  60. 8) Does freeWAIS-sf work with ... 
  61.   8.1) Can i use other wais clients to query a freeWAIS-sf server? 
  62.   8.2) Can i link freeWAIS-sf with gopher? 
  63.   8.3) Gopher Error: Nothing Available! 
  64.   8.4) Can i link freeWAIS-sf with Mosaic? 
  65.   8.5) Can i link freeWAIS-sf with the cern httpd? 
  66. ----------------------------------------------------------------------
  67.  
  68.  
  69.  
  70.  
  71.  
  72. 1) What is freeWAIS-sf? 
  73.  
  74.     FreeWAIS-sf is an extension of the freeWAIS software provided by 
  75.     the the Clearinghouse for Networked Information Discovery and 
  76.     Retrieval (CNIDR). The SF suffix in the software name stands for 
  77.     "structured fields," an indexing and search feature which 
  78.     distinguishes this software from its predecessors. 
  79.  
  80.     It is based on the version 0.202 of this software but includes and 
  81.     enhances much of what freeWAIS-0.3 contains. 
  82.  
  83.     Major extensions of FreeWAIS-sf include: 
  84.  
  85.           Introduction of text, date, and numeric field structures 
  86.           within a document, which allows a document to be indexed 
  87.           using potentially overlapping fields. 
  88.  
  89.           Support for complex Boolean searches (a query parser is 
  90.           integrated in the server). 
  91.  
  92.           Stemming and phonetic coding may be switched on and off for 
  93.           each individual field. 
  94.  
  95.           Definition of document format and layout of the headlines are 
  96.           now configurable by a new specification language based on 
  97.           regular expressions. No C-code must be written to index new 
  98.           document types. 
  99.  
  100.           Installation procedure now just requires running a sh script 
  101.           and answering simple questions. The script is generated using 
  102.           the GNU autoconf utility. No Makefile sets for individual 
  103.           systems are necessary. For development purposes, additional 
  104.           Imakefiles are provided since the Makefiles do not contain 
  105.           dependencies 
  106.  
  107.           Support for country specific character sets (8-Bit) 
  108.  
  109.           Lots of bug fixes. 
  110.  
  111.     All changes are restricted to the indexer and server to allow 
  112.     existing clients to query FreeWAIS-sf databases. Document types 
  113.     contained in the original distribution remain intact. You can use 
  114.     FreeWAIS-sf as you would use original freeWAIS or take advantage of 
  115.     its enhanced features. 
  116.  
  117. ------------------------------
  118.  
  119.   1.1) What does 'stemming' mean? 
  120.  
  121.     Stemming in a field means, that every word is reduced to its word 
  122.     stemm, before it is added to or search in the index. This way 
  123.     'computer', 'computing' and 'computers' are treated identically. 
  124.  
  125. ------------------------------
  126.  
  127.   1.2) What does 'soundex' mean? 
  128.  
  129.     Like stemming, every word is mapped to its soundex code before 
  130.     added to or search in the index. Equal or similar sounding words 
  131.     are treated as if tey were identical. 
  132.  
  133. ------------------------------
  134.  
  135. 2) Where to get ... 
  136.  
  137. ------------------------------
  138.  
  139.   2.1) Most of the ftp accessable Stuff is mirrored on different 
  140.    sites. Please check archie or one of the sites below. The load on
  141.    our server is growing out of bounds. We had to close it for the
  142.    public - for the big files at least. Since all Packets are routed
  143.    over the EUnet site, it will be faster to get the stuff from there
  144.    as from ls6-www.
  145.  
  146.  
  147.     ftp.germany.eu.net
  148.         /pub/infosystems/wais/Unido-LS6/freeWAIS-sf-1.1/
  149.     ftp.switch.ch
  150.         /mirror/wais/servers/sf-alpha/freeWAIS-sf-1.1/
  151.     ftp.leo.org
  152.         /pub/comp/infosys/wais/freeWAIS/freeWAIS-sf-1.1/
  153.  
  154.     
  155. ------------------------------
  156.  
  157.   2.2) Where can I get this list (freeWAIS-sf-faq) 
  158.  
  159.     ftp://ls6-www.informatik.uni-dortmund.de/pub/wais/FAQ 
  160.     http://www.cis.ohio-state.edu/hypertext/faq/usenet/wais-faq/freeWAIS-sf/faq.html 
  161.  
  162. ------------------------------
  163.  
  164.   2.3) Where can I get the comp.infosystems.wais FAQ 
  165.  
  166.     
  167.     http://www.cis.ohio-state.edu/hypertext/faq/usenet/wais-faq/getting-started/faq.html 
  168.  
  169. ------------------------------
  170.  
  171.   2.4) What is the current Version of freeWAIS-sf? 
  172.  
  173.     The latest release of freeWAIS-sf is 1.1 from January 1995. 
  174.  
  175.     There is a prerelease of 1.2. It may bug on your machine. Mine is 
  176.     completely happy with it ;-) 
  177.  
  178. ------------------------------
  179.  
  180.   2.5) Where can I get some Documentation? 
  181.  
  182.     Write some - and share! Especially extensions to the Texinfo manual 
  183.     are very welcome. 
  184.  
  185.     The old documentation: 
  186.         http://ls6-www.informatik.uni-dortmund.de/freeWAIS-sf/
  187.  
  188.     A paper I wrote: 
  189.         http://www.igd.fhg.de/www/www95/papers/47/fwsf/fwsf.html
  190.  
  191.     The Texinfo-Manual: 
  192.         ftp://ls6-www.informatik.uni-dortmund.de/pub/wais/freeWAIS-sf-1.2/
  193.        36680 Jun 29 15:39 /home/robots/ftp/pub/wais/freeWAIS-sf-1.2/fwsf.dvi.gz
  194.        25319 Jun 29 15:39 /home/robots/ftp/pub/wais/freeWAIS-sf-1.2/fwsf.info.gz
  195.        78828 Jun 29 15:39 /home/robots/ftp/pub/wais/freeWAIS-sf-1.2/fwsf.ps.gz
  196.        26054 Jun 29 15:38 /home/robots/ftp/pub/wais/freeWAIS-sf-1.2/fwsf.texi.gz
  197.  
  198. ------------------------------
  199.  
  200.   2.6) Where can I get freeWAIS-sf? 
  201.  
  202.     You can fetch them from 
  203.     ftp://ls6-www.informatik.uni-dortmund.de/pub/wais/ 
  204.  
  205.  
  206.     
  207.        38779 Jun 29 15:39 FAQ
  208.            0 Feb  6 09:45 GET-THIS-FROM-ftp.germany.eu.net:=pub=infosystems=wais=Unido-LS6
  209.         5657 Jan 23 12:52 README
  210.        45553 Oct 26  1994 SFgate-3.3.tar.gz
  211.        46564 Jan  4 19:02 SFgate-3.4.tar.gz
  212.        51882 Apr  8 15:15 SFgate-3.5.tar.gz
  213.        53060 Apr 24 17:20 SFgate-3.6.tar.gz
  214.        61606 Jun 28 18:46 SFgate-4.0pre.tar.gz
  215.       852114 Jan  4 15:33 client-toolkit-EZ-2.2.1.tar.gz
  216.          512 Dec  2  1994 directory-of-servers
  217.          512 May 27  1994 essence
  218.          512 Apr 18 20:06 fmt-examples
  219.          512 Jan 10 17:31 freeWAIS-sf-1.0
  220.          512 Feb 10 11:49 freeWAIS-sf-1.1
  221.          512 Jun 29 15:39 freeWAIS-sf-1.2
  222.        41466 Mar 30 13:39 freeWAIS-sf.ps.gz
  223.         5675 Oct  5  1994 gopher2.016.patch.gz
  224.        12797 Aug  8  1994 waisperl-0.2.1.tar.gz
  225.        12767 Jun 22  1994 waisperl-0.2.tar.gz
  226.        14856 May  2 12:09 waisperl5-0.3.1.tar.gz
  227.        38970 Nov  3  1994 waisperl5-0.3.tar.gz
  228.        30113 Nov 24  1994 z3950-spec.txt.gz
  229.  
  230.     If you get the sources (freeWAIS-sf-1.1.tgz), unpack them with: 
  231.  
  232.         gunzip -c | tar xvf - freeWAIS-sf-1.1.tgz
  233.  
  234.     This will create a directory freeWAIS-sf-1.1. Change to the new 
  235.     directory and enter: 
  236.  
  237.         ./configure
  238.  
  239.     Which will determine some system parameters and ask you for some 
  240.     installation options. The script will tell you how to proceed. 
  241.  
  242. ------------------------------
  243.  
  244.   2.7) Where can I get documentation about freeWAIS-sf? 
  245.  
  246.     Documentation is still rudimentary. Any volonteers for writing 
  247.     parts of a more verbose ;-) documentation? 
  248.  
  249.         HTML:       Check http://ls6-www.informatik.uni-dortmund.de/freeWAIS-sf/
  250.         Postscript: ftp:/ls6-www.informatik.uni-dortmund.de/pub/wais/freeWAIS-sf.ps.gz
  251.         TeX:        Included in the sources.
  252.  
  253. ------------------------------
  254.  
  255.   2.8) Where can i get examples of this $#@ format files? 
  256.  
  257.     You can fetch examples from 
  258.     ftp://ls6-www.informatik.uni-dortmund.de/pub/wais/fmt-examples 
  259.  
  260.  
  261.     
  262.          223 Jun 14  1994 Douglas.fde
  263.          717 Jun 14  1994 Douglas.fmt
  264.         3026 Jun 14  1994 Douglas.text
  265.          849 Aug 19  1994 HCIBIB.fmt
  266.          667 Jun 10  1994 HCIIR.fmt
  267.          158 Apr 13 10:37 WRb.fde
  268.          969 Apr 13 10:37 WRb.fmt
  269.         3049 Apr 13 10:37 WRb.text
  270.          849 Aug 19  1994 bibdb-html.fmt
  271.          844 Aug 19  1994 demo.fmt
  272.          143 Jun 10  1994 ftp-pages.fmt
  273.          849 Aug 19  1994 irdigest.fmt
  274.          838 Aug 19  1994 journals.fmt
  275.          483 Apr 18 20:06 proxy-html.fmt
  276.          143 Jun 10  1994 www-pages.fmt
  277.  
  278. ------------------------------
  279.  
  280. 3) Is there ...? 
  281.  
  282. ------------------------------
  283.  
  284.   3.1) Is there and Emacs client for freeWAIS-sf? 
  285.  
  286.     Yes the client comes with the source distribution. It is 
  287.     auto-magically configured in the installation procedure. 
  288.  
  289.     It is installed in $DESTDIR/lib/emacs/lisp: 
  290.  
  291.  
  292.     
  293.        75251 May 23 15:27 wais.el
  294.  
  295. ------------------------------
  296.  
  297.   3.2) Is there an X11 client for freeWAIS-sf 
  298.  
  299.     Yes the client comes with the source distribution. It is 
  300.     auto-magically configured in the installation procedure. 
  301.  
  302.     Application defaults are auto-magically generated and installed in 
  303.     It is installed in $DESTDIR/lib: 
  304.         2106 May  9 19:30 XwaisHELP
  305.         6218 May  9 19:30 XwaisqHELP
  306.          512 May  9 19:30 app-defaults
  307.          512 Apr  8 17:53 emacs
  308.  
  309.     $DESTDIR/lib/app-defaults: 
  310.        19718 May  9 19:30 Xwais
  311.  
  312. ------------------------------
  313.  
  314.   3.3) Does the X client compile with X11R6 
  315.  
  316.     Yes it does. 
  317.  
  318. ------------------------------
  319.  
  320.   3.4) Is there a WWW gateway dedicated for usage with freeWAIS-sf? 
  321.  
  322.     Yes it's called SFgate and can be found on the ftp server 
  323.     ftp://ls6-www.informatik.uni-dortmund.de/pub/wais/ 
  324.  
  325.     You can see it run at 
  326.     http://ls6-www.informatik.uni-dortmund.de/SFgate/bibdb-html. The SF 
  327.     icon leads to some documentation about SFgate. 
  328.  
  329. ------------------------------
  330.  
  331. 4) Can I ... 
  332.  
  333. ------------------------------
  334.  
  335.   4.1) How must a file name look like? 
  336.  
  337.     A field name must be composed of alpha characters only and must 
  338.     have at least 2 characters. 
  339.  
  340. ------------------------------
  341.  
  342. 5) How can I ... 
  343.  
  344. ------------------------------
  345.  
  346.   5.1) How can I index index mails? 
  347.  
  348.     cd to your wais source directory (e.g. ~/wais-sources) 
  349.  
  350.     Create a mail.fmt file like the following: 
  351.  
  352.  <record-end> /\L/
  353.  
  354.  <layout>
  355.  <headline> /^From: / /\J/ 20 /^From: ./
  356.  <headline> /^Subject: / /\J/ 80 /^Subject: ./
  357.  <end>
  358.  
  359.  <field> /^From: /
  360.  from SOUNDEX LOCAL TEXT BOTH
  361.  <end> /\J/
  362.  
  363.  <field> /^Subject: /
  364.  subject stemming TEXT BOTH
  365.  <end> /\J/
  366.  
  367.     Run 'waisindex -d mail -t fields <files>' 
  368.  
  369. ------------------------------
  370.  
  371.   5.2) How can I index HTML entities? 
  372.  
  373.     You can specify country specific characters during configuration. 
  374.     This is (currently) the place to customize the delimiter set. Other 
  375.     way round: You can specify, which chars make up words. 
  376.  
  377.     You can "misuse" this feature to force special characters ('-', 
  378.     '+', ...) to be treated as parts of words. 
  379.  
  380.     If you insist on indexing things like 'Universität', you 
  381.     should enter '&;' as country specific characters: 
  382.  
  383.         You can compile freeWASI-sf with it's own ctype package. You
  384.         should do this, if you want to use special (country specific)
  385.         chars, which are not supported by your systems ctype.
  386.         Use your systems ctype (no)?
  387.      >  
  388.         Ok, will use my own ctype
  389.  
  390.         
  391.         I will now ask for your special letters. If you do not want
  392.         to give the now, edit Default.tmpl after this configure run.
  393.         Input your upper case letters in the same order than your
  394.         lower case letters. toupper() and tolower() depend on this
  395.         order. Input letters wich are upper and lower case in both
  396.         strings.
  397.         what are your lower case letters ("a"o"u"s)?
  398.      >  \&;
  399.         what are your upper case letters ("A"O"U"s)?
  400.      >  \&;
  401.  
  402. ------------------------------
  403.  
  404.   5.3) How can I force 'c++' to appear in the index? 
  405.  
  406.     See question 'How can I index HTML entities ?' 
  407.  
  408. ------------------------------
  409.  
  410.   5.4) How can I index HTML files? 
  411.  
  412.     First decide which TYPE your documents should have: 
  413.  
  414.         1) If you want your WAIS server to deliver documents, TYPE
  415.            should be HTML.
  416.  
  417.         
  418.            Your command line should *start*:
  419.  
  420.                 waisindex -T HTML ...
  421.  
  422.            Then go along as with other databases. You can use type
  423.            field (-t field) in addition to the -T flags.
  424.  
  425.         2) If you want an http server to deliver documents, TYPE should
  426.            be URL. You must tell waisindex, how the URL of the files
  427.            should be composed. This is done by specifying the prefix
  428.            to be removed from the file path and a prefix to add:
  429.  
  430.            Your command line should *start*:
  431.  
  432.                 waisindex -t URL what-to-trim what-to-add ...
  433.  
  434.  
  435.     Note: If you have compiled with the modified URL handling 
  436.     (Questioned during configure) you can customize the headline also 
  437.     with document type URL. But currently only SFgate can handle such 
  438.     databases. The default handling is to put the URL in the headline. 
  439.  
  440. ------------------------------
  441.  
  442.   5.5) How can I index my http server? 
  443.  
  444.     See question 'How can I index HTML files?' first. 
  445.  
  446.     Lets assume, your servers pages reside in directory 
  447.     '/home/robots/www/pages'. Your servers URL might be 
  448.     'http://myserver/'. The database will be named 'www-pages'. 
  449.  
  450.     An easy format file (www-pages.fmt) would be: 
  451.  
  452.         <record-end> /(<.BODY>|<.HTML>)/
  453.  
  454.         
  455.         <layout>
  456.         <headline> /<TITLE>/ /<\/TITLE>/ 80 /<TITLE> *./
  457.         <end>
  458.  
  459.         
  460.         <field> /<HTML>/
  461.         stemming TEXT GLOBAL
  462.         <end> /<.BODY>/
  463.  
  464.     Then call 
  465.  
  466.         waisindex -t URL /home/robots/www/pages http://myserver \
  467.                 -d www-pages -t fields \
  468.                 `find /home/robots/www/pages -type f -name "*.html"`
  469.  
  470.     If you do not have the modified URL handling compiled in, the 
  471.     headline always contains the URL. With the modified handling, 
  472.     headlines contain the title string of the HTML document, if there 
  473.     is any. 
  474.  
  475.     An example database is running at 
  476.     http://ls6-www.informatik.uni-dortmund.de/SFgate/www-pages rsp. 
  477.     wais://ls6-www.informatik.uni-dortmund.de/www-pages. 
  478.  
  479. ------------------------------
  480.  
  481.   5.6) How can I index my ftp server? 
  482.  
  483.     See 'How can I index my http server?'. 
  484.  
  485.         waisindex -t URL /home/robots/www/pages ftp://myserver \
  486.                 -d ftp-files -t fields \
  487.                 `find /home/robots/ftp/pub -type f -name "*.txt"`
  488.  
  489. ------------------------------
  490.  
  491. 6) Trouble ... 
  492.  
  493. ------------------------------
  494.  
  495.   6.1) waisindex dumps core when it reads more than 20 filenames from 
  496.   stdin. 
  497.  
  498.     There is a hardcoded limit of 20 filenames (BLOCK_FILES_FROM_STDIN) 
  499.     in ir/waisindex.c which is not even checked for overruns (shudder). 
  500.     Either increase that value or use the patch01 for freeWAIS-sf-1.1 
  501.     wich allows for an arbitrary number of filenames: 
  502.  
  503.     
  504.     ftp://ls6-www.informatik.uni-dortmund.de/pub/wais/freeWAIS-sf-1.1/patch01.gz 
  505.  
  506. ------------------------------
  507.  
  508.   6.2) Hey, is directory-of-servers at quake.think.com down or what? 
  509.  
  510.     Yes it is. Use directory-of-servers at cnidir.org or 
  511.     server.wais.com instead. 
  512.  
  513. ------------------------------
  514.  
  515.   6.3) Compilation of the ctype directory does not work! 
  516.  
  517.     If you see something like the following 
  518.  
  519.         gcc -c  -DHAVE_CONFIG_H     -g mkctype.c
  520.         mkctype.c: In function `main':
  521.         mkctype.c:115: parse error before character 0344
  522.         mkctype.c:116: parse error before character 0304
  523.  
  524.     You probably have sed metacharacters (like '&') defined as country 
  525.     specific characters. Escape them with a double '\'! 
  526.  
  527. ------------------------------
  528.  
  529.   6.4) warning: couldn't open database.syn -translation disabled. 
  530.  
  531.     I get the following error: 
  532.   929: 1: ... -2: warning: couldn't open database.syn -translation disabled.
  533.     Is this a bad thing? 
  534.  
  535.     No it just tells you, that a file database.syn could not be found 
  536.     and therefore the synonym table is empty. If you did not intend to 
  537.     use synonym tables, you are perfect ok. 
  538.  
  539. ------------------------------
  540.  
  541. 7) Does freeWAIS-sf run on .... 
  542.  
  543.     We got UDP packets from freeWAIS-sf servers running on the 
  544.     following os/hw/cc combinations: 
  545.  
  546.  
  547.     Release 0.9.10
  548.  
  549.     AIX        2          **********   cc
  550.     SunOS      4.1.3      sun4m        gcc 2.5.8
  551.  
  552.     Release 1εY
  553.  
  554.     SunOS      4.1.3_U1   sun4m        gcc 2.4.2
  555.  
  556.     Release 1.0
  557.  
  558.     A/UX       3.1        mc68040      gcc 2.5.7
  559.     A/UX       3.1.1      mc68040      gcc 2.5.7
  560.     AIX        2          **********   cc
  561.     AIX        2          **********   gcc
  562.     BSD/386    1.0        i386         gcc
  563.     BSD/386    1.1        i386         gcc
  564.     BSD/OS     2.0        i386         gcc
  565.     FreeBSD    1.1.5(RELE i386         gcc
  566.     FreeBSD    1.1.5.1(RE i386         gcc
  567.     FreeBSD    2.0-RELEAS i386         gcc
  568.     HP-UX      A.09.00    9000/822     gcc 2.5.6
  569.     HP-UX      A.09.01    9000/710     gcc 2.5.8
  570.     HP-UX      A.09.01    9000/720     gcc 2.5.8
  571.     HP-UX      A.09.01    9000/755     gcc 2.5.8
  572.     HP-UX      A.09.04    9000/816     gcc 2.5.8
  573.     HP-UX      A.09.04    9000/887     gcc 2.3.3
  574.     HP-UX      A.09.05    9000/715     cc
  575.     HP-UX      A.09.05    9000/715     gcc 2.6.2
  576.     HP-UX      A.09.05    9000/735     gcc 2.6.3
  577.     IRIX       4.0.5F     IP20         gcc 2.5.2
  578.     IRIX       5.2        IP12         cc
  579.     IRIX       5.2        IP12         gcc 2.6.3
  580.     IRIX       5.2        IP19         cc
  581.     IRIX       5.2        IP20         cc
  582.     IRIX       5.2        IP22         cc
  583.     IRIX       5.2        IP22         gcc 2.5.8
  584.     IRIX       5.3        IP19         gcc 2.5.8
  585.     IRIX       5.3        IP20         cc
  586.     Linux      1.0.8      i386         gcc 2.5.8
  587.     Linux      1.0.8      i486         gcc 2.5.8
  588.     Linux      1.0.9      i486         gcc 2.5.8
  589.     Linux      1.1.18     i486         gcc 2.5.8
  590.     Linux      1.1.18     i586         gcc 2.5.8
  591.     Linux      1.1.33     i486         gcc 2.5.7
  592.     Linux      1.1.45     i486         gcc 2.5.8
  593.     Linux      1.1.45     i486         gcc 2.6.0
  594.     Linux      1.1.47     i486         gcc 2.5.8
  595.     Linux      1.1.49     i486         gcc 2.5.8
  596.     Linux      1.1.50     i486         gcc 2.5.8
  597.     Linux      1.1.50     i586         gcc 2.5.8
  598.     Linux      1.1.51     i486         gcc 2.5.8
  599.     Linux      1.1.52     i486         gcc 2.6.0
  600.     Linux      1.1.55     i486         gcc 2.5.8
  601.     Linux      1.1.57     i486         gcc 2.5.8
  602.     Linux      1.1.59     i386         gcc 2.5.8
  603.     Linux      1.1.59     i486         gcc 2.5.8
  604.     Linux      1.1.59     i586         gcc 2.5.8
  605.     Linux      1.1.60     i486         gcc 2.5.8
  606.     Linux      1.1.61     i486         gcc 2.5.8
  607.     Linux      1.1.62     i486         gcc 2.5.7
  608.     Linux      1.1.62     i486         gcc 2.5.8
  609.     Linux      1.1.64     i486         gcc 2.5.8
  610.     Linux      1.1.65     i486         gcc 2.5.8
  611.     Linux      1.1.70     i486         gcc 2.5.8
  612.     Linux      1.1.72     i486         gcc 2.5.8
  613.     Linux      1.1.73     i486         gcc 2.5.8
  614.     Linux      1.1.73     i586         gcc 2.5.8
  615.     Linux      1.1.75     i486         gcc 2.5.8
  616.     Linux      1.1.75     i486         gcc 2.6.2
  617.     Linux      1.1.82     i486         gcc 2.5.8
  618.     Linux      1.1.85     i486         gcc 2.6.2
  619.     Linux      1.1.87     i486         gcc 2.5.8
  620.     Linux      1.1.88     i486         gcc 2.5.8
  621.     Linux      1.2.0      i486         gcc 2.5.8
  622.     Linux      1.2.1      i386         gcc 2.5.8
  623.     Linux      1.2.1      i486         gcc 2.5.8
  624.     Linux      1.2.1      i486         gcc 2.6.2
  625.     Linux      1.2.3      i486         gcc 2.5.8
  626.     Linux      1.2.8      i486         gcc 2.7.0
  627.     Linux      1.2.9      i486         gcc 2.5.8
  628.     NetBSD     1.0        i386         gcc
  629.     OSF1       V1.3       alpha        cc
  630.     OSF1       V2.0       alpha        cc
  631.     OSF1       V2.0       alpha        gcc 2.5.4
  632.     OSF1       V2.1       alpha        cc
  633.     OSF1       V2.1       alpha        gcc 2.5.8
  634.     OSF1       V2.1       alpha        gcc 2.6.0
  635.     OSF1       V3.0       alpha        cc
  636.     OSF1       V3.0       alpha        gcc 2.6.0
  637.     OSF1       V3.2       alpha        cc
  638.     OSF1       V3.2       alpha        gcc
  639.     OSF1       V3.2       alpha        gcc 2.6.0
  640.     SunOS      4.1.1      sun4c        cc
  641.     SunOS      4.1.1      sun4c        gcc 2.5.8
  642.     SunOS      4.1.1      sun4c        gcc 2.6.1
  643.     SunOS      4.1.1-JL   sun4c        gcc 2.6.2
  644.     SunOS      4.1.2      sun4         cc
  645.     SunOS      4.1.2      sun4         gcc 2.5.8
  646.     SunOS      4.1.2      sun4c        cc
  647.     SunOS      4.1.2      sun4c        gcc 2.2.2
  648.     SunOS      4.1.2      sun4c        gcc 2.4.2
  649.     SunOS      4.1.2      sun4c        gcc 2.4.5
  650.     SunOS      4.1.2      sun4c        gcc 2.5.7
  651.     SunOS      4.1.2      sun4c        gcc 2.5.8
  652.     SunOS      4.1.2      sun4c        gcc cygnus-2.3.3
  653.     SunOS      4.1.3      sun4         gcc 2.5.7
  654.     SunOS      4.1.3      sun4         gcc 2.5.8
  655.     SunOS      4.1.3      sun4         gcc 2.6.0
  656.     SunOS      4.1.3      sun4c        cc
  657.     SunOS      4.1.3      sun4c        gcc 2.3.3
  658.     SunOS      4.1.3      sun4c        gcc 2.4.0
  659.     SunOS      4.1.3      sun4c        gcc 2.4.5
  660.     SunOS      4.1.3      sun4c        gcc 2.5.5
  661.     SunOS      4.1.3      sun4c        gcc 2.5.8
  662.     SunOS      4.1.3      sun4c        gcc 2.6.0
  663.     SunOS      4.1.3      sun4c        gcc 2.6.1
  664.     SunOS      4.1.3      sun4m        acc
  665.     SunOS      4.1.3      sun4m        cc
  666.     SunOS      4.1.3      sun4m        gcc 2.2.2
  667.     SunOS      4.1.3      sun4m        gcc 2.3.2
  668.     SunOS      4.1.3      sun4m        gcc 2.3.3
  669.     SunOS      4.1.3      sun4m        gcc 2.4.5
  670.     SunOS      4.1.3      sun4m        gcc 2.5.6
  671.     SunOS      4.1.3      sun4m        gcc 2.5.7
  672.     SunOS      4.1.3      sun4m        gcc 2.5.8
  673.     SunOS      4.1.3      sun4m        gcc 2.6.0
  674.     SunOS      4.1.3      sun4m        gcc 2.6.1
  675.     SunOS      4.1.3      sun4m        gcc 2.6.3
  676.     SunOS      4.1.3-JL   sun4c        gcc 2.5.8
  677.     SunOS      4.1.3-JL   sun4m        gcc 2.5.8
  678.     SunOS      4.1.3-JL   sun4m        gcc 2.6.3
  679.     SunOS      4.1.3C     sun4m        gcc 2.5.7
  680.     SunOS      4.1.3C     sun4m        gcc 2.5.8
  681.     SunOS      4.1.3_Axil sun4m        gcc 2.6.0
  682.     SunOS      4.1.3_U1   sun4c        gcc 2.4.5
  683.     SunOS      4.1.3_U1   sun4c        gcc 2.5.7
  684.     SunOS      4.1.3_U1   sun4c        gcc 2.5.8
  685.     SunOS      4.1.3_U1   sun4c        gcc 2.6.0
  686.     SunOS      4.1.3_U1   sun4c        gcc 2.6.2
  687.     SunOS      4.1.3_U1   sun4m        cc
  688.     SunOS      4.1.3_U1   sun4m        gcc
  689.     SunOS      4.1.3_U1   sun4m        gcc 2.3.3
  690.     SunOS      4.1.3_U1   sun4m        gcc 2.4.2
  691.     SunOS      4.1.3_U1   sun4m        gcc 2.4.5
  692.     SunOS      4.1.3_U1   sun4m        gcc 2.5.7
  693.     SunOS      4.1.3_U1   sun4m        gcc 2.5.8
  694.     SunOS      4.1.3_U1   sun4m        gcc 2.6.0
  695.     SunOS      4.1.3_U1   sun4m        gcc 2.6.2
  696.     SunOS      4.1.3_U1   sun4m        gcc 2.6.3
  697.     SunOS      4.1.4      sun4         gcc 2.6.3
  698.     SunOS      4.1.4      sun4c        gcc 2.6.3
  699.     SunOS      5.2        sun4c        gcc 2.5.6
  700.     SunOS      5.2        sun4m        gcc 2.5.6
  701.     SunOS      5.3        sun4c        cc
  702.     SunOS      5.3        sun4c        gcc 2.5.6
  703.     SunOS      5.3        sun4c        gcc 2.5.8
  704.     SunOS      5.3        sun4d        cc
  705.     SunOS      5.3        sun4d        gcc
  706.     SunOS      5.3        sun4d        gcc 2.4.5
  707.     SunOS      5.3        sun4d        gcc 2.5.6
  708.     SunOS      5.3        sun4d        gcc 2.5.7
  709.     SunOS      5.3        sun4d        gcc 2.5.8
  710.     SunOS      5.3        sun4d        gcc 2.6.0
  711.     SunOS      5.3        sun4d        gcc 2.6.2
  712.     SunOS      5.3        sun4d        gcc 2.6.3
  713.     SunOS      5.3        sun4m        acc
  714.     SunOS      5.3        sun4m        cc
  715.     SunOS      5.3        sun4m        gcc
  716.     SunOS      5.3        sun4m        gcc 2.4.5
  717.     SunOS      5.3        sun4m        gcc 2.5.6
  718.     SunOS      5.3        sun4m        gcc 2.5.7
  719.     SunOS      5.3        sun4m        gcc 2.5.8
  720.     SunOS      5.3        sun4m        gcc 2.6.0
  721.     SunOS      5.3        sun4m        gcc 2.6.1
  722.     SunOS      5.3        sun4m        gcc 2.6.2
  723.     SunOS      5.3        sun4m        gcc 2.6.3
  724.     SunOS      5.3        sun4m        gcc cygnus-2.3.3
  725.     SunOS      5.4        i86pc        cc
  726.     SunOS      5.4        i86pc        gcc 2.4.5
  727.     SunOS      5.4        i86pc        gcc 2.5.8
  728.     SunOS      5.4        sun4d        gcc 2.5.6
  729.     SunOS      5.4        sun4d        gcc 2.6.0
  730.     SunOS      5.4        sun4m        cc
  731.     SunOS      5.4        sun4m        gcc
  732.     SunOS      5.4        sun4m        gcc 2.5.6
  733.     SunOS      5.4        sun4m        gcc 2.5.7
  734.     SunOS      5.4        sun4m        gcc 2.5.8
  735.     SunOS      5.4        sun4m        gcc 2.6.0
  736.     SunOS      5.4        sun4m        gcc 2.6.2
  737.     SunOS      5.4        sun4m        gcc 2.6.3
  738.     SunOS      5.4        sun4m        gcc cygnus-2.3.3
  739.     ULTRIX     4.2        RISC         gcc 2.5.6
  740.     ULTRIX     4.2        RISC         gcc 2.5.8
  741.     ULTRIX     4.3        RISC         cc
  742.     ULTRIX     4.3        RISC         gcc 2.4.5
  743.     ULTRIX     4.3        RISC         gcc 2.5.6
  744.     ULTRIX     4.3        RISC         gcc 2.5.8
  745.     ULTRIX     4.3        RISC         gcc 2.6.1
  746.     ULTRIX     4.4        RISC         gcc 2.6.3
  747.     UNIX_SV    4.2        i386         cc
  748.     UNIX_SVR42 4.2        i386         cc
  749.     achus      4.2        i386         cc
  750.     dgux       5.4R2.01   AViiON       gcc
  751.     dgux       5.4R2.10   AViiON       gcc
  752.     dgux       5.4R2.10   AViiON       gcc 2.4.1
  753.     dgux       5.4R3.10   AViiON       gcc
  754.     gopher     3.2        i386         cc
  755.  
  756.     Release 1.0.10
  757.  
  758.     SunOS      4.1.1      sun4         cc
  759.     SunOS      4.1.1      sun4c        cc
  760.     SunOS      4.1.2      sun4c        cc
  761.     SunOS      4.1.2      sun4m        cc
  762.     SunOS      4.1.3      sun4         cc
  763.     SunOS      4.1.3      sun4c        cc
  764.     SunOS      4.1.3      sun4m        cc
  765.     SunOS      4.1.3_DB   sun4m        cc
  766.     SunOS      4.1.3_U1   sun4         cc
  767.     SunOS      4.1.3_U1   sun4c        cc
  768.     SunOS      4.1.3_U1   sun4m        cc
  769.     SunOS      4.1.4      sun4m        cc
  770.     SunOS      4.1B       sun4         cc
  771.     SunOS      5.3        sun4m        cc
  772.     SunOS      5.3        sun4m        gcc 2.5.8
  773.     SunOS      5.4        sun4m        cc
  774.  
  775.     Release 1.1
  776.  
  777.     A/UX       3.1.1      mc68040      gcc 2.6.3
  778.     AIX        2          **********   cc
  779.     BOSX       2          0001849841   cc
  780.     BSD/386    1.1        i386         gcc
  781.     BSD/386    1.1        i386         gcc 2.5.8
  782.     BSD/OS     2.0        i386         gcc
  783.     FreeBSD    1.1.5.1(RE i386         gcc
  784.     FreeBSD    2.0-RELEAS i386         gcc
  785.     FreeBSD    2.0.5-RELE i386         gcc
  786.     HP-UX      A.09.01    9000/710     gcc 2.4.5
  787.     HP-UX      A.09.01    9000/715     gcc 2.4.5
  788.     HP-UX      A.09.03    9000/712     gcc 2.5.6
  789.     HP-UX      A.09.03    9000/715     unknown
  790.     HP-UX      A.09.03    9000/720     gcc 2.4.5
  791.     HP-UX      A.09.04    9000/847     gcc 2.5.8
  792.     HP-UX      A.09.05    9000/735     gcc 2.5.8
  793.     IRIX       5.2        IP12         cc
  794.     IRIX       5.2        IP12         gcc
  795.     IRIX       5.2        IP17         cc
  796.     IRIX       5.2        IP17         gcc 2.6.3
  797.     IRIX       5.2        IP19         cc
  798.     IRIX       5.2        IP20         cc
  799.     IRIX       5.2        IP22         cc
  800.     IRIX       5.2        IP22         gcc 2.6.3
  801.     IRIX       5.3        IP12         cc
  802.     IRIX       5.3        IP12         gcc 2.6.1
  803.     IRIX       5.3        IP20         cc
  804.     IRIX       5.3        IP22         cc
  805.     IRIX       5.3        IP22         gcc 2.5.8
  806.     IRIX       5.3        IP22         gcc 2.6.3
  807.     Linux      1.0.9      i586         gcc 2.5.8
  808.     Linux      1.1.18     i486         gcc 2.5.8
  809.     Linux      1.1.52     i486         gcc 2.5.8
  810.     Linux      1.1.54     i486         gcc 2.5.8
  811.     Linux      1.1.59     i486         gcc 2.5.8
  812.     Linux      1.1.59     i586         gcc 2.5.8
  813.     Linux      1.1.62     i486         gcc 2.5.8
  814.     Linux      1.1.70     i586         gcc 2.5.8
  815.     Linux      1.1.73     i586         gcc 2.5.8
  816.     Linux      1.1.73     i586         gcc 2.6.3
  817.     Linux      1.1.75     i486         gcc 2.5.8
  818.     Linux      1.1.81     i486         gcc 2.5.8
  819.     Linux      1.1.83     i486         gcc 2.5.8
  820.     Linux      1.1.84     i486         gcc 2.6.2
  821.     Linux      1.1.86     i486         gcc 2.5.8
  822.     Linux      1.1.94     i486         gcc 2.5.8
  823.     Linux      1.1.95     i486         gcc 2.5.8
  824.     Linux      1.2.1      i486         gcc 2.5.8
  825.     Linux      1.2.1      i486         gcc 2.6.2
  826.     Linux      1.2.1      i486         gcc 2.6.3
  827.     Linux      1.2.3      i486         gcc 2.6.3
  828.     Linux      1.2.3      i586         gcc 2.5.8
  829.     Linux      1.2.3      i586         gcc 2.6.3
  830.     Linux      1.2.4      i586         gcc 2.5.8
  831.     Linux      1.2.6      i586         gcc 2.6.3
  832.     Linux      1.2.7      i486         gcc 2.5.8
  833.     Linux      1.2.8      i486         gcc 2.5.8
  834.     Linux      1.2.8      i486         gcc 2.6.3
  835.     Linux      1.2.8      i586         gcc 2.5.8
  836.     Linux      1.2.8      i586         gcc 2.6.3
  837.     Linux      1.2.9      i486         gcc 2.6.3
  838.     NetBSD     1.0        i386         gcc
  839.     NetBSD     1.0A       sparc        gcc 2.6.3
  840.     OSF1       V1.3       alpha        cc
  841.     OSF1       V2.0       alpha        cc
  842.     OSF1       V2.0       alpha        gcc 2.6.0
  843.     OSF1       V2.0       alpha        gcc 2.6.2
  844.     OSF1       V2.1       alpha        cc
  845.     OSF1       V2.1       alpha        gcc 2.6.0
  846.     OSF1       V3.0       alpha        cc
  847.     OSF1       V3.0       alpha        gcc 2.6.0
  848.     OSF1       V3.0       alpha        gcc 2.6.3
  849.     SunOS      4.1.1      sun4c        cc
  850.     SunOS      4.1.1      sun4c        gcc 2.5.8
  851.     SunOS      4.1.1-GF   sun4c        gcc 2.3.2
  852.     SunOS      4.1.1-GF   sun4c        gcc 2.5.8
  853.     SunOS      4.1.2      sun4c        gcc 2.4.2
  854.     SunOS      4.1.2      sun4c        gcc 2.4.5
  855.     SunOS      4.1.2      sun4c        gcc 2.5.8
  856.     SunOS      4.1.2      sun4c        gcc cygnus-2.3.3
  857.     SunOS      4.1.2      sun4m        gcc 2.4.5
  858.     SunOS      4.1.3      sun4         gcc 2.4.5
  859.     SunOS      4.1.3      sun4c        cc
  860.     SunOS      4.1.3      sun4c        gcc 2.4.5
  861.     SunOS      4.1.3      sun4c        gcc 2.5.8
  862.     SunOS      4.1.3      sun4m        cc
  863.     SunOS      4.1.3      sun4m        gcc
  864.     SunOS      4.1.3      sun4m        gcc 2.5.8
  865.     SunOS      4.1.3      sun4m        gcc 2.6.0
  866.     SunOS      4.1.3      sun4m        gcc 2.6.1
  867.     SunOS      4.1.3      sun4m        gcc 2.6.3
  868.     SunOS      4.1.3      sun4m        gcc cygnus-2.3.3
  869.     SunOS      4.1.3C     sun4m        gcc 2.6.1
  870.     SunOS      4.1.3_U1   sun4c        gcc 2.4.5
  871.     SunOS      4.1.3_U1   sun4c        gcc 2.5.8
  872.     SunOS      4.1.3_U1   sun4c        gcc 2.6.0
  873.     SunOS      4.1.3_U1   sun4m        cc
  874.     SunOS      4.1.3_U1   sun4m        gcc
  875.     SunOS      4.1.3_U1   sun4m        gcc 2.2.2
  876.     SunOS      4.1.3_U1   sun4m        gcc 2.3.3
  877.     SunOS      4.1.3_U1   sun4m        gcc 2.4.5
  878.     SunOS      4.1.3_U1   sun4m        gcc 2.5.8
  879.     SunOS      4.1.3_U1   sun4m        gcc 2.6.0
  880.     SunOS      4.1.3_U1   sun4m        gcc 2.6.2
  881.     SunOS      4.1.3_U1   sun4m        gcc 2.6.3
  882.     SunOS      4.1.4      sun4c        gcc 2.6.3
  883.     SunOS      4.1.4      sun4m        gcc
  884.     SunOS      4.1.4      sun4m        gcc 2.5.8
  885.     SunOS      4.1.4      sun4m        gcc 2.6.3
  886.     SunOS      5.3        sun4c        gcc 2.5.6
  887.     SunOS      5.3        sun4c        gcc 2.6.3
  888.     SunOS      5.3        sun4d        gcc 2.5.6
  889.     SunOS      5.3        sun4d        gcc 2.5.7
  890.     SunOS      5.3        sun4d        gcc 2.6.3
  891.     SunOS      5.3        sun4m        cc
  892.     SunOS      5.3        sun4m        gcc
  893.     SunOS      5.3        sun4m        gcc 2.5.6
  894.     SunOS      5.3        sun4m        gcc 2.5.7
  895.     SunOS      5.3        sun4m        gcc 2.5.8
  896.     SunOS      5.3        sun4m        gcc 2.6.3
  897.     SunOS      5.4        sun4c        gcc 2.5.6
  898.     SunOS      5.4        sun4d        gcc 2.5.6
  899.     SunOS      5.4        sun4m        cc
  900.     SunOS      5.4        sun4m        gcc 2.5.6
  901.     SunOS      5.4        sun4m        gcc 2.5.8
  902.     SunOS      5.4        sun4m        gcc 2.6.1
  903.     SunOS      5.4        sun4m        gcc 2.6.3
  904.     SunOS      5.5        i86pc        gcc
  905.     ULTRIX     4.2        RISC         cc
  906.     ULTRIX     4.2        RISC         gcc 2.5.8
  907.     ULTRIX     4.4        RISC         gcc 2.6.3
  908.     UNIX_SV    4.2        i386         cc
  909.     UNIX_SV    4.2        i386         gcc 2.6.3
  910.     UNIX_SV    4.2MP      i386         cc
  911.     dgux       5.4        AViiON       gcc
  912.     dgux       5.4R3.10   AViiON       gcc
  913.  
  914.     Release 1.1.1
  915.  
  916.     AIX        2          **********   cc
  917.     BSD/386    1.1        i386         gcc
  918.     IRIX       5.2        IP20         cc
  919.     Linux      1.1.86     i586         gcc 2.6.3
  920.     Linux      1.2.0      i486         gcc 2.6.2
  921.     NetBSD     1.0        i386         gcc
  922.     SunOS      4.1.3      sun4         gcc 2.5.8
  923.     SunOS      4.1.3      sun4c        gcc 2.5.8
  924.     SunOS      4.1.3_U1   sun4m        gcc 2.6.3
  925.     SunOS      5.3        sun4m        gcc 2.6.0
  926.     SunOS      5.3        sun4m        gcc 2.6.2
  927.     SunOS      5.3        sun4m        gcc 2.6.3
  928.     telescan   3.2        i386         gcc 2.5.7
  929.  
  930.     Release 1.1.2
  931.  
  932.     AIX        2          **********   cc
  933.     BSD/386    1.1        i386         gcc
  934.     FreeBSD    1.1.5.1(RE i386         gcc
  935.     HP-UX      A.09.01    9000/710     gcc 2.6.3
  936.     HP-UX      A.09.01    9000/715     gcc 2.6.3
  937.     HP-UX      A.09.01    9000/730     gcc 2.6.3
  938.     IRIX       5.3        IP12         cc
  939.     Linux      1.1.59     i486         gcc 2.5.8
  940.     Linux      1.1.86     i486         gcc 2.6.2
  941.     Linux      1.2.0      i486         gcc 2.6.3
  942.     Linux      1.2.1      i486         gcc 2.6.3
  943.     Linux      1.2.3      i486         gcc 2.5.8
  944.     Linux      1.2.8      i586         gcc 2.6.3
  945.     Linux      1.2.9      i486         gcc 2.5.8
  946.     OSF1       V2.0       alpha        cc
  947.     OSF1       V2.0       alpha        gcc 2.6.3
  948.     OSF1       V3.0       alpha        cc
  949.     OSF1       V3.0       alpha        gcc 2.6.3
  950.     OSF1       V3.2       alpha        cc
  951.     SunOS      4.1.1      sun4c        gcc 2.6.0
  952.     SunOS      4.1.1-JL   sun4c        gcc 2.6.3
  953.     SunOS      4.1.2      sun4c        cc
  954.     SunOS      4.1.3      sun4c        gcc 2.5.8
  955.     SunOS      4.1.3      sun4m        gcc 2.5.7
  956.     SunOS      4.1.3_U1   sun4c        gcc 2.6.0
  957.     SunOS      4.1.3_U1   sun4m        cc
  958.     SunOS      4.1.3_U1   sun4m        gcc 2.4.5
  959.     SunOS      4.1.3_U1   sun4m        gcc 2.5.8
  960.     SunOS      4.1.3_U1   sun4m        gcc 2.6.2
  961.     SunOS      4.1.3_U1   sun4m        gcc 2.6.3
  962.     SunOS      5.3        sun4m        gcc 2.5.6
  963.     SunOS      5.3        sun4m        gcc 2.5.8
  964.     SunOS      5.3        sun4m        gcc 2.6.3
  965.     SunOS      5.4        sun4c        gcc 2.6.3
  966.     SunOS      5.4        sun4d        gcc 2.6.3
  967.     SunOS      5.4        sun4m        gcc 2.6.0
  968.     SunOS      5.4        sun4m        gcc 2.6.3
  969.     mammoth    3.2        i386         gcc 2.6.3
  970.     plato      4.0        i386         gcc 2.5.8
  971.  
  972.     Release 1.1.3
  973.  
  974.     SunOS      4.1.3      sun4c        gcc 2.5.8
  975.  
  976.     Release 1.2
  977.  
  978.     HP-UX      A.09.01    9000/730     gcc 2.4.3
  979.     IRIX       5.3        IP20         gcc 2.6.3
  980.     Linux      1.2.8      i586         gcc 2.5.8
  981.     Linux      1.2.8      i586         gcc 2.6.3
  982.     SunOS      4.1.2      sun4c        gcc 2.4.2
  983.     SunOS      5.4        sun4d        gcc 2.6.3
  984.     SunOS      5.4        sun4m        gcc 2.6.3
  985.  
  986. ------------------------------
  987.  
  988. 8) Does freeWAIS-sf work with ... 
  989.  
  990. ------------------------------
  991.  
  992.   8.1) Can i use other wais clients to query a freeWAIS-sf server? 
  993.  
  994.     Yes, all clients running the wais protocol (z39.50 V1 + adds) can 
  995.     query an freeWAIS-sf server. 
  996.  
  997.     There is only one small incompatibility, which can be enabled 
  998.     during installation of freeWAIS-sf (default is: run compatible). 
  999.     This modification only applies to the document type URL and allows 
  1000.     to customize the headline. The original handling uses the headline 
  1001.     to store the URL. The modified freeWAIS-sf puts the URL in the 
  1002.     document id field. But this handling currently is only supported by 
  1003.     SFgate. 
  1004.  
  1005. ------------------------------
  1006.  
  1007.   8.2) Can i link freeWAIS-sf with gopher? 
  1008.  
  1009.     Yes. Details for linking with gopher 2.1.1 and gopher 2.016 cand be 
  1010.     found on the http server: 
  1011.     http://ls6-www.informatik.uni-dortmund.de/freeWAIS-sf/ 
  1012.  
  1013.     Since freeWAIS-sf uses the same protocol than other wais systems 
  1014.     linking with them is ok - as long as you use only the protocol part 
  1015.     and do not try to do searches calling internal functions. 
  1016.  
  1017. ------------------------------
  1018.  
  1019.   8.3) Gopher Error: Nothing Available! 
  1020.  
  1021.     Do a "waisindex -export ...". It is important that the host and 
  1022.     port information is compiled into the *.src file, EVEN IF THE 
  1023.     SEARCHES ARE LOCAL! I have my gopher, wais , and all the databases 
  1024.     all on the same machine. It is also important that the waisserver 
  1025.     is running. 
  1026.  
  1027. ------------------------------
  1028.  
  1029.   8.4) Can i link freeWAIS-sf with Mosaic? 
  1030.  
  1031.     Yes. No details yet - but it is not hard to do ;-) 
  1032.  
  1033. ------------------------------
  1034.  
  1035.   8.5) Can i link freeWAIS-sf with the cern httpd? 
  1036.  
  1037.     Direct WAIS access for CERN httpd 3.0 is easy to provide with 
  1038.     freeWAIS-sf 1.1. The only thing you need to do is rename the WAIS 
  1039.     libraries in CERN httpd Makefile's. 
  1040.  
  1041.     If you're a lucky guy and your system supports imake, you need to: 
  1042.  
  1043.  
  1044.         Retrieve Rainer Klute's Imake extension to CERN httpd 3.0: 
  1045.         ftp://ftp.germany.eu.net/pub/infosystems/www/cern/WWW-Imake.tar.gz 
  1046.  
  1047.         Replace WWW.cf in the top-level directory with this code in 
  1048.         http://ls6-www.informatik.uni-dortmund.de/freeWAIS-sf/section3_13.html 
  1049.  
  1050.         Update the location of your freeWAIS-sf code in WWW.cf 
  1051.         (variable WAISDIR) 
  1052.  
  1053.     If your system doesn't support imake, you need to update manually 
  1054.     the WAIS libraries in the Makefile pertaining to your architecture 
  1055.     and the top-level Makefile. And think about how easy life would be 
  1056.     if only you had imake. 
  1057.  
  1058.